home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 003 / _microcosm / !Microcosm / !Help < prev    next >
Text File  |  1990-08-16  |  4KB  |  113 lines

  1.  7 June 1990 - !Help for
  2.  
  3.  Microcosm program - Public Domain release  5 June 1990
  4.  
  5.  Written by....
  6.  
  7.    Michael Spearpoint
  8.    3 Lawrence Crescent
  9.    Edgware
  10.    Middx  HA8 5PB
  11.  
  12.  
  13. Notes
  14. -----
  15.  
  16. This program is much like the famous Life program which is available on
  17. nearly every computer.  The program must find the 'Palette', 'SetUp' and
  18. 'Sprites' files within the applications resources.  An example SetUp file is
  19. included and the data necessary is fully explained (I hope).
  20.  
  21. The C source code could be modified to incorporate additional parameters if
  22. desired (eg genetic mutations, effects of temperature, sexual reproduction
  23. etc).  I didnt think it was worth making this program multi-tasking etc -
  24. anyway I havent got the time.  The code could have been written more
  25. elegantly but I only had a couple of spare days.
  26.  
  27. Q.  Is this program any use ?
  28. A.  I doubt it.
  29.  
  30.  
  31. Conditions of Use
  32. -----------------
  33.  
  34. This program is supplied free to everyone 'as is', but I cannot guarantee
  35. that it is free of bugs.  The program can be freely distributed through any
  36. medium, as long as it is delivered with all the unaltered resource files and
  37. it is not supplied for profit in any way.
  38.   
  39. Permission is given to employ part or whole of the program in any software
  40. intended for the public domain, with due credit to me as necessary. If any
  41. of the orginal code is incorporated in a program that is for sale or
  42. released as copyright material then written permission is required. The
  43. author holds the copyright on all the material supplied and can alter these
  44. conditions as and when appropriate.
  45.  
  46. -----------------------------------------------------------------------------
  47.  
  48. Other Archimedes software by the author....
  49.  
  50.  
  51. HighLow
  52.  
  53. RISC User magazine disc - Dec 1989  Vol.3 No.2
  54.  
  55. Card game based on a popular TV programme. Not the greatest piece of
  56. software or particularly orginal - but we've all got start somewhere !
  57.  
  58.                               ************
  59.  
  60. Napoleonic Battle Simulator    
  61.  
  62. Send SAE to above address
  63.  
  64. Multi-tasking RISC-OS game based on historical battles of the Napoleonic
  65. era. Two players or one player against the computer, play-by-mail option,
  66. zoom facility, status details, four complexity levels and timer option.
  67. Refight the battles of Waterloo and Maida over a scale map of the actual
  68. terrain.  Comprehensive 70-page rule booklet covering movement, combat,
  69. visibility and morale.
  70.  
  71.                               ************
  72.  
  73. Document Processor
  74.  
  75. Forthcoming issue of RISC User or from the author
  76.  
  77. Automatically numbers chapters, sections, headings and creates a contents
  78. page for 1st Word Plus or Edit documents - multi-tasks in the RISC-OS 
  79. Desktop environment.
  80.  
  81.                               ************
  82.  
  83. LF to CRLF
  84.  
  85. Forthcoming issue of RISC User or from the author
  86.  
  87. Terminates lines of text with a <CR> <LF> instead of just a <LF>.  This
  88. application is useful for converting text files created by !Edit so that
  89. they can be read by text editors that require a <CR> <LF> line terminator.
  90. For example, the text editor provided by Microsoft's QuickC version 2 on
  91. the IBM PC will not be able to read source files that only end with a <LF>.
  92. The application is installed on the icon bar where files can be dragged for
  93. processing.
  94.  
  95.                               ************
  96.  
  97. AirFlow
  98.  
  99. Commercial research software - not publically available
  100.  
  101. A 'simple' field model to predict the air-flow in computer suites due to air
  102. conditioning.  The model needs to produce a map of velocities so that smoke
  103. detectors are not positioned in areas of dead space or high air flows.
  104.  
  105. A room (containing walls and objects) is divided into a number of equally
  106. sized cells and the air inlets and outlets defined.  The model uses an
  107. iterative technique by considering pressure differences to calculate the
  108. results. Unfortunatly the theory/model is not coping well with entrainment
  109. or turbulance - anyone with algorithms or papers please contact the author!!
  110. Developed and written (in C) on the Arc but needs to be ported to a 
  111. PC (yuck).
  112.  
  113.                               ************